MindFusion.Scheduling for ASP.NET Programmer's Guide
ResourceCollection(T) Constructor (IEnumerable(T))
See Also
 





Initializes a new instance of the ResourceCollection class and adds the members of the specified collection to it.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public ResourceCollection<T> (
    IEnumerable<T> collection
)

Visual Basic  Copy Code

Public New (Of T) ( _
    collection As IEnumerable(Of T) _
)

 Parameters

collection

Type: IEnumerable(T)
A strongly-typed collection of objects to add.

 See Also

ResourceCollection(T) Constructor Overload List
ResourceCollection(T) Class
MindFusion.Scheduling Namespace